aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | coredump: elf_core_dump: skip kernel threadsOleg Nesterov2008-07-252-0/+9
* | coredump: zap_threads() must skip kernel threadsOleg Nesterov2008-07-251-2/+3
* | kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov2008-07-251-2/+0
* | introduce PF_KTHREAD flagOleg Nesterov2008-07-251-0/+1
* | coredump: zap_threads: comments && use while_each_thread()Oleg Nesterov2008-07-251-7/+32
* | quota: implement sending information via netlink about user below quotaJan Kara2008-07-251-6/+54
* | quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-256-0/+6
* | quota: cleanup loop in sync_dquots()Jan Kara2008-07-251-6/+12
* | quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara2008-07-251-0/+53
* | quota: fix possible infinite loop in quota codeJan Kara2008-07-251-1/+15
* | fatfs: add UTC timestamp optionJoe Peterson2008-07-255-14/+30
* | remove unused #include <linux/dirent.h>'sAdrian Bunk2008-07-253-3/+0
* | msdos fs: remove unsettable atari optionRene Scharfe2008-07-251-12/+6
* | fat: small optimization to __fat_readdir()OGAWA Hirofumi2008-07-251-32/+39
* | fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi2008-07-251-16/+26
* | fat: cleanup fs/fat/dir.cOGAWA Hirofumi2008-07-251-64/+67
* | fat/dir.c: switch to struct __fat_direntAdrian Bunk2008-07-251-4/+3
* | fat: fix parse_options()OGAWA Hirofumi2008-07-251-2/+5
* | reiserfs: remove double definitions of xattr macrosShen Feng2008-07-253-6/+0
* | reiserfs: convert j_commit_lock to mutexJeff Mahoney2008-07-251-12/+10
* | reiserfs: convert j_flush_sem to mutexJeff Mahoney2008-07-251-7/+7
* | reiserfs: convert j_lock to mutexJeff Mahoney2008-07-251-3/+3
* | reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara2008-07-251-23/+60
* | reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-07-251-5/+5
* | reiserfs: fix synchronization of quota files in journal=data modeJan Kara2008-07-251-9/+21
* | hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke2008-07-254-11/+12
* | hfs: convert extents_lock in a mutexMatthias Kaehlcke2008-07-254-11/+11
* | hfs: convert bitmap_lock in a mutexMatthias Kaehlcke2008-07-253-6/+7
* | coda: remove CODA_FS_OLD_APIAdrian Bunk2008-07-254-36/+3
* | isofs: fix minor filesystem corruptionAdam Greenblatt2008-07-251-2/+20
* | ext3: validate directory entry data before useDuane Griffin2008-07-251-10/+12
* | jbd: don't abort if flushing file data failedHidehiro Kawai2008-07-251-7/+28
* | ext3: kill 2 useless magic numbersLi Zefan2008-07-251-2/+2
* | jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima2008-07-251-9/+20
* | jbd: unexport journal_update_superblockAdrian Bunk2008-07-251-1/+0
* | ext3: handle deleting corrupted indirect blocksDuane Griffin2008-07-251-1/+15
* | ext3: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-251-0/+10
* | ext3: handle corrupted orphan list at mountDuane Griffin2008-07-252-6/+23
* | ext3: remove double definitions of xattr macrosShen Feng2008-07-253-7/+3
* | jbd: fix race between free buffer and commit transactionMingming Cao2008-07-251-2/+55
* | ext3: improve some code in rb tree part of dir.cShen Feng2008-07-251-10/+4
* | jbd: tidy up revoke cache initialisation and destructionDuane Griffin2008-07-251-13/+23
* | jbd: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin2008-07-251-76/+51
* | jbd: replace potentially false assertion with if blockDuane Griffin2008-07-251-3/+4
* | ext3: correct mount option parsing to detect when quota options can be changedJan Kara2008-07-251-7/+22
* | ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-07-251-7/+7
* | ext3: fix synchronization of quota files in journal=data modeJan Kara2008-07-251-8/+27
* | ext2: remove double definitions of xattr macrosShen Feng2008-07-253-7/+3
* | minix: remove !NO_TRUNCATE codeAdrian Bunk2008-07-253-33/+0
* | exec: remove some includesHugh Dickins2008-07-251-4/+2