aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn6-16/+23
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage3-49/+34
2008-07-25cgroup files: convert devcgroup_access_write() into a cgroup write_string() handlerPaul Menage1-63/+38
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage1-74/+35
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage1-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage1-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage2-11/+14
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage2-68/+59
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage2-0/+49
2008-07-25cgroup files: clean up whitespace in struct cftypePaul Menage1-16/+16
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan1-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro1-23/+21
2008-07-25Mark res_counter_charge(_locked) with __must_checkPavel Emelyanov1-2/+4
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan1-2/+2
2008-07-25procfs-guide: drop pointless   entitiesMike Frysinger1-2/+2
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara2-6/+58
2008-07-25quota: convert macros to inline functionsJan Kara2-17/+53
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara8-19/+35
2008-07-25quota: cleanup loop in sync_dquots()Jan Kara2-8/+12
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara2-119/+160
2008-07-25quota: fix possible infinite loop in quota codeJan Kara1-1/+15
2008-07-25UTC timestamp option for FAT filesystems fixJoe Peterson1-0/+8
2008-07-25fatfs: add UTC timestamp optionJoe Peterson6-17/+35
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk5-5/+0
2008-07-25remove the in-kernel struct dirent{,64}Adrian Bunk2-21/+0
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe2-13/+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 VFAT_IOCTL_READDIR_xxx and cleanup for userlandOGAWA Hirofumi1-20/+27
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 Mahoney2-13/+11
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney2-8/+8
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney2-4/+4
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 Bunk5-79/+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