aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25fs/partition/check.c: fix return value warningAbdel Benamrouche1-6/+22
2008-07-25elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias1-5/+5
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov1-8/+5
2008-07-25coredump: kill mm->core_doneOleg Nesterov1-3/+22
2008-07-25coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov1-17/+12
2008-07-25coredump: elf_core_dump: use core_state->dumper listOleg Nesterov1-45/+32
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov1-0/+2
2008-07-25coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov1-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov1-1/+1
2008-07-25coredump: simplify core_state->nr_threads calculationOleg Nesterov1-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-10/+11
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov1-4/+4
2008-07-25coredump: elf_core_dump: skip kernel threadsOleg Nesterov2-0/+9
2008-07-25coredump: zap_threads() must skip kernel threadsOleg Nesterov1-2/+3
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov1-2/+0
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-0/+1
2008-07-25coredump: zap_threads: comments && use while_each_thread()Oleg Nesterov1-7/+32
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara1-6/+54
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara6-0/+6
2008-07-25quota: cleanup loop in sync_dquots()Jan Kara1-6/+12
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara1-0/+53
2008-07-25quota: fix possible infinite loop in quota codeJan Kara1-1/+15
2008-07-25fatfs: add UTC timestamp optionJoe Peterson5-14/+30
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk3-3/+0
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe1-12/+6
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-07-25reiserfs: remove double definitions of xattr macrosShen Feng3-6/+0
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney1-12/+10
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney1-7/+7
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney1-3/+3
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be changedJan Kara1-23/+60
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara1-5/+5
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara1-9/+21
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke4-11/+12
2008-07-25hfs: convert extents_lock in a mutexMatthias Kaehlcke4-11/+11
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke3-6/+7
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk4-36/+3
2008-07-25isofs: fix minor filesystem corruptionAdam Greenblatt1-2/+20
2008-07-25ext3: validate directory entry data before useDuane Griffin1-10/+12
2008-07-25jbd: don't abort if flushing file data failedHidehiro Kawai1-7/+28
2008-07-25ext3: kill 2 useless magic numbersLi Zefan1-2/+2
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transaction()Toshiyuki Okajima1-9/+20
2008-07-25jbd: unexport journal_update_superblockAdrian Bunk1-1/+0
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin1-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai1-0/+10
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin2-6/+23