summaryrefslogtreecommitdiff
path: root/fs/ntfs/logfile.c
AgeCommit message (Expand)Author
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2011-03-31Fix common misspellingsLucas De Marchi
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-06-16ntfs: use is_power_of_2() function for clarity.Robert P. J. Day
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita
2005-09-26NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave theAnton Altaparmakov
2005-09-08NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov
2005-06-25NTFS: Fix several occurences of a bug where we would perform 'var & ~const'Anton Altaparmakov
2005-05-04NTFS: Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile().Anton Altaparmakov
2004-10-16NTFS: Move the static inline ntfs_init_big_inode() from fs/ntfs/inode.c toAnton Altaparmakov
2004-10-07NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resultingAnton Altaparmakov
2004-10-01NTFS: Implement the equivalent of memset() for an ntfs attribute inAnton Altaparmakov
2004-09-24NTFS: Continuing sparse annotations: finish data types and header files.Anton Altaparmakov
2004-06-21NTFS: Use atomic kmap instead of kmap() in fs/ntfs/aops.c::ntfs_read{page,_bl...Anton Altaparmakov
2004-05-14NTFS: 2.1.11 - Driver internal cleanups.Anton Altaparmakov
2004-05-11NTFS: Cleanup whitespace (trailing space removal, etc).Anton Altaparmakov
2004-05-07NTFS: 2.1.8 release - If the $LogFile indicates a clean shutdown and aAnton Altaparmakov
2004-05-07NTFS: Read the journal ($LogFile) and determine if the volume has been shutdo...Anton Altaparmakov